Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Java Tutorial
1) 2D Graphics
2) Ant
3) Apache Common
4) Class Definition
5) Collections
6) Data Type
7) Database
8) Design Pattern
9) Development
10) EJB3
11) Email
12) File
13) Generics
14) Hibernate
15) Internationalization
16) J2EE Application
17) J2ME
18) JPA
19) JSP
20) JSTL
21) JUnit
22) Language
23) Log
24) Network
25) Operators
26) PDF
27) Reflection
28) Regular Expressions
29) Security
30) Servlet
31) Spring
32) Statement Control
33) Swing
34) Swing Event
35) SWT
36) SWT 2D Graphics
37) Thread
38) Web Services SOA
39) XML
Operators
1) && versus &
2) All bitwise operators in action
3) AND operator
4) Applying the modulus operator, %, to floating-point values
5) Arithmetic Calculations
6) Arithmetic Operators
7) Bitwise AND (&)
8) Bitwise complement (~)
9) Bitwise Operator Assignments
10) Bitwise OR ()
11) Bitwise XOR (^)
12) Boolean Logical Operators
13) Boolean NOT Operations
14) Comma Operator
15) Convert a number to negative and back
16) Converting Between a BitSet and a Byte Array
17) Demonstrate the bitwise logical operators
18) Demonstrate the boolean logical operators
19) Demonstrates short-circuiting behavior
20) Demonstrates the mathematical operators
21) Finding Out of what Class an Object is Instantiated
22) Identifying Objects
23) Increment and Decrement
24) Instanceof operator and class hierarchy
25) Left shift ()
26) Left shifting as a quick way to multiply by 2
27) Logical Operators
28) Logical operators in action
29) Logical OR Operations
30) Modulus operator %
31) Operations on bit-mapped fields
32) Operator Precedence
33) Performing Bitwise Operations on a Bit Vector
34) Relational and logical operators
35) Relational Operators
36) Represents a collection of 64 boolean (onoff) flags
37) Returns a byte array of at least length 1
38) Several assignment operators
39) Signed shift to the right
40) Six categories of operators
41) Tests all the operators on all the primitive data types to show which ones are accepted by the Java compiler
42) The Basic Arithmetic Operators
43) The Bitwise Logical Operators
44) The Bitwise Operators can be applied to the integer types, long, int, short, char, and byte
45) The following table shows the effect of each logical operation
46) The increment and decrement operators
47) The instanceof Keyword
48) The Left Shift
49) The op= Operators
50) The Operator (Ternary)
51) The prefix form and the postfix form
52) The Right Shift
53) The ternary operator (The Conditional Operator)
54) The Unsigned Right Shift
55) Unsigned shifting a byte value
56) Use bitwise operator to create hash code
57) Using ++ and -- with floating-point variables
58) Using the increment and decrement operators in an expression